'Declaration <DefaultMemberAttribute("Item")> Public Class SpreadChartElementCollection(Of T As SpreadChartElement) Inherits NotifyCollection(Of T)
'Usage Dim instance As SpreadChartElementCollection(Of T)
[DefaultMember("Item")] public class SpreadChartElementCollection<T> : NotifyCollection<T> where T: SpreadChartElement